public class CompositePublicKey extends Object implements PublicKey
serialVersionUID
Constructor and Description |
---|
CompositePublicKey(PublicKey... keys)
Create a composite key containing a single public key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
List<PublicKey> |
getPublicKeys()
Return a list of the component private keys making up this composite.
|
int |
hashCode() |
public CompositePublicKey(PublicKey... keys)
keys
- the public keys the composite key wraps.public List<PublicKey> getPublicKeys()
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2021 BouncyCastle.org. All rights reserved.