Class PrivateKeyInfoBC

    • Constructor Detail

      • PrivateKeyInfoBC

        public PrivateKeyInfoBC​(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
        Creates new wrapper instance for PrivateKeyInfo.
        Parameters:
        privateKeyInfo - PrivateKeyInfo to be wrapped
    • Method Detail

      • getPrivateKeyInfo

        public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped PrivateKeyInfo.