Class PrivateKey

  • All Implemented Interfaces:
    JSONable
    Direct Known Subclasses:
    ECDSAPrivateKey, RSAPrivateKey

    public abstract class PrivateKey
    extends java.lang.Object
    implements JSONable
    The Private Key for Cryptography algorithms
    Version:
    June 25, 2016
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • PrivateKey

        public PrivateKey()
    • Method Detail

      • getKeyId

        public java.lang.String getKeyId()
      • setKeyId

        public void setKeyId​(java.lang.String keyId)
      • setSignatureAlgorithm

        public void setSignatureAlgorithm​(SignatureAlgorithm signatureAlgorithm)