Class JcaPublicKeyConverter


  • public class JcaPublicKeyConverter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.PublicKey getKey​(org.bouncycastle.asn1.eac.PublicKeyDataObject publicKeyDataObject)  
      org.bouncycastle.asn1.eac.PublicKeyDataObject getPublicKeyDataObject​(org.bouncycastle.asn1.ASN1ObjectIdentifier usage, java.security.PublicKey publicKey)  
      JcaPublicKeyConverter setProvider​(java.lang.String providerName)  
      JcaPublicKeyConverter setProvider​(java.security.Provider provider)  
      • Methods inherited from class java.lang.Object

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

      • JcaPublicKeyConverter

        public JcaPublicKeyConverter()
    • Method Detail

      • getKey

        public java.security.PublicKey getKey​(org.bouncycastle.asn1.eac.PublicKeyDataObject publicKeyDataObject)
                                       throws EACException,
                                              java.security.spec.InvalidKeySpecException
        Throws:
        EACException
        java.security.spec.InvalidKeySpecException
      • getPublicKeyDataObject

        public org.bouncycastle.asn1.eac.PublicKeyDataObject getPublicKeyDataObject​(org.bouncycastle.asn1.ASN1ObjectIdentifier usage,
                                                                                    java.security.PublicKey publicKey)