Class PrivateKey

  • All Implemented Interfaces:
    SigningKey

    public class PrivateKey
    extends java.lang.Object
    implements SigningKey
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivateKey​(java.security.PrivateKey privateKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.PrivateKey getPrivateKey()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrivateKey

        public PrivateKey​(java.security.PrivateKey privateKey)
    • Method Detail

      • getPrivateKey

        public java.security.PrivateKey getPrivateKey()