org.bouncycastle.jcajce.provider.asymmetric.edec
Class BCEdDSAPublicKey
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPublicKey
- All Implemented Interfaces:
- EdDSAKey, EdDSAPublicKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- public class BCEdDSAPublicKey
- extends java.lang.Object
- implements EdDSAPublicKey
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getPointEncoding
public byte[] getPointEncoding()
- Specified by:
getPointEncoding
in interface EdDSAPublicKey
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithm
in interface java.security.Key
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat
in interface java.security.Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interface java.security.Key
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()