T - RSA key parameters type handled by this class.public abstract class AbstractWrappedRSAKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters> extends AbstractWrappedKey<T>
delegate, PKCS8_FORMAT, X509_FORMATserialVersionUID| Constructor and Description |
|---|
AbstractWrappedRSAKey(T wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
BigInteger |
getModulus() |
getEncoded, getFormatpublic AbstractWrappedRSAKey(T wrappedKey)
wrappedKey - Key to wrap.public BigInteger getModulus()
public String getAlgorithm()
Copyright © 2016 JBoss by Red Hat. All rights reserved.