Class OpenSslSlhDsaPublicKey
java.lang.Object
org.conscrypt.OpenSslSlhDsaPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final intprivate final byte[]private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[](package private) byte[]getRaw()inthashCode()private voidreadObject(ObjectInputStream stream) private voidwriteObject(ObjectOutputStream stream) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AsymmetricKey
getParams
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
PUBLIC_KEY_SIZE_BYTES
static final int PUBLIC_KEY_SIZE_BYTES- See Also:
-
raw
private final byte[] raw
-
-
Constructor Details
-
OpenSslSlhDsaPublicKey
public OpenSslSlhDsaPublicKey(byte[] raw)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getRaw
byte[] getRaw() -
equals
-
hashCode
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-