Package com.clevercloud.biscuit.crypto
Class PublicKey
- java.lang.Object
-
- com.clevercloud.biscuit.crypto.PublicKey
-
public class PublicKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Schema.PublicKey.Algorithmalgorithmnet.i2p.crypto.eddsa.EdDSAPublicKeykey
-
Constructor Summary
Constructors Constructor Description PublicKey(Schema.PublicKey.Algorithm algorithm, byte[] data)PublicKey(Schema.PublicKey.Algorithm algorithm, String hex)PublicKey(Schema.PublicKey.Algorithm algorithm, net.i2p.crypto.eddsa.EdDSAPublicKey public_key)
-
-
-
Field Detail
-
key
public final net.i2p.crypto.eddsa.EdDSAPublicKey key
-
algorithm
public final Schema.PublicKey.Algorithm algorithm
-
-
Constructor Detail
-
PublicKey
public PublicKey(Schema.PublicKey.Algorithm algorithm, net.i2p.crypto.eddsa.EdDSAPublicKey public_key)
-
PublicKey
public PublicKey(Schema.PublicKey.Algorithm algorithm, byte[] data)
-
PublicKey
public PublicKey(Schema.PublicKey.Algorithm algorithm, String hex)
-
-