Class COMPOSITE.KeyFactory

    • Constructor Detail

      • KeyFactory

        public KeyFactory()
    • Method Detail

      • engineTranslateKey

        protected java.security.Key engineTranslateKey​(java.security.Key key)
                                                throws java.security.InvalidKeyException
        Specified by:
        engineTranslateKey in class java.security.KeyFactorySpi
        Throws:
        java.security.InvalidKeyException
      • generatePrivate

        public java.security.PrivateKey generatePrivate​(PrivateKeyInfo keyInfo)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • generatePublic

        public java.security.PublicKey generatePublic​(SubjectPublicKeyInfo keyInfo)
                                               throws java.io.IOException
        Throws:
        java.io.IOException