Class JDKDSAPrivateKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPrivateKey, java.security.Key, java.security.PrivateKey, javax.security.auth.Destroyable, PKCS12BagAttributeCarrier

    public class JDKDSAPrivateKey
    extends java.lang.Object
    implements java.security.interfaces.DSAPrivateKey, PKCS12BagAttributeCarrier
    See Also:
    Serialized Form
    • Constructor Detail

      • JDKDSAPrivateKey

        protected JDKDSAPrivateKey()
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Specified by:
        getAlgorithm in interface java.security.Key
      • getFormat

        public java.lang.String getFormat()
        return the encoding format we produce in getEncoded().
        Specified by:
        getFormat in interface java.security.Key
        Returns:
        the string "PKCS#8"
      • getEncoded

        public byte[] getEncoded()
        Return a PKCS8 representation of the key. The sequence returned represents a full PrivateKeyInfo object.
        Specified by:
        getEncoded in interface java.security.Key
        Returns:
        a PKCS8 representation of the key.
      • getParams

        public java.security.interfaces.DSAParams getParams()
        Specified by:
        getParams in interface java.security.interfaces.DSAKey
      • getX

        public java.math.BigInteger getX()
        Specified by:
        getX in interface java.security.interfaces.DSAPrivateKey
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object