Package: org.conscrypt
OpenSslXwingPublicKey
public class OpenSslXwingPublicKey implements java.security.PublicKey
An X-Wing public key.
Constructors
public OpenSslXwingPublicKey(EncodedKeySpec keySpec) throws java.security.spec.InvalidKeySpecException
public OpenSslXwingPublicKey(byte[] raw)
Public Methods
getAlgorithm
public String getAlgorithm()
getFormat
public String getFormat()
getEncoded
public byte[] getEncoded()
getRaw
public byte[] getRaw()
equals
public boolean equals(Object o)
hashCode
public int hashCode()