Uses of Class
io.jans.as.model.crypto.signature.EDDSAPrivateKey
-
Packages that use EDDSAPrivateKey Package Description io.jans.as.model.crypto.signature -
-
Uses of EDDSAPrivateKey in io.jans.as.model.crypto.signature
Methods in io.jans.as.model.crypto.signature that return EDDSAPrivateKey Modifier and Type Method Description static EDDSAPrivateKey
EDDSAKeyFactory. createEDDSAPrivateKeyFromDecodedKey(SignatureAlgorithm signatureAlgorithm, byte[] decodedPrivateKey, byte[] decodedPublicKey)
Creates EDDSA private key from decoded arrayEDDSAPrivateKey
EDDSAKeyFactory. getPrivateKey()
Returns EDDSA Private KeyConstructors in io.jans.as.model.crypto.signature with parameters of type EDDSAPrivateKey Constructor Description EDDSAPrivateKey(EDDSAPrivateKey eddsaPrivateKey)
Copy Constructor
-