Class WrappedRSAPublicKey

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAKeyParameters>
org.cryptacular.adapter.WrappedRSAPublicKey
All Implemented Interfaces:
Serializable, RSAKey, RSAPublicKey, Key, PublicKey

public class WrappedRSAPublicKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAKeyParameters> implements RSAPublicKey
JCE/JDK RSA public key that wraps the corresponding BC RSA public key type, RSAKeyParameters.
Author:
Middleware Services
See Also:
  • Constructor Details

    • WrappedRSAPublicKey

      public WrappedRSAPublicKey(org.bouncycastle.crypto.params.RSAKeyParameters wrappedKey)
      Creates a new instance that wraps the given key.
      Parameters:
      wrappedKey - RSA key to wrap.
  • Method Details