Class PKCS8KeyFile

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PKCS8KeyFile.Factory  
    • Constructor Summary

      Constructors 
      Constructor Description
      PKCS8KeyFile()  
    • Method Summary

      Modifier and Type Method Description
      protected java.security.KeyPair readKeyPair()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • log

        protected final org.slf4j.Logger log
      • passphrase

        protected char[] passphrase
    • Constructor Detail

      • PKCS8KeyFile

        public PKCS8KeyFile()
    • Method Detail

      • readKeyPair

        protected java.security.KeyPair readKeyPair()
                                             throws java.io.IOException
        Specified by:
        readKeyPair in class BaseFileKeyProvider
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object