Class CompositePublicKey
java.lang.Object
org.bouncycastle.jcajce.CompositePublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey
-
Field Summary
Fields inherited from interface PublicKey
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionCompositePublicKey(PublicKey... keys) Create a composite key containing a single public key. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]Return a list of the component private keys making up this composite.inthashCode()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AsymmetricKey
getParams
-
Constructor Details
-
CompositePublicKey
Create a composite key containing a single public key.- Parameters:
keys- the public keys the composite key wraps.
-
-
Method Details
-
getPublicKeys
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
hashCode
-
equals
-