public class JcaPEMKeyConverterBC extends Object implements IJcaPEMKeyConverter
JcaPEMKeyConverter.| Constructor and Description |
|---|
JcaPEMKeyConverterBC(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter keyConverter)
Creates new wrapper instance for
JcaPEMKeyConverter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter |
getKeyConverter()
Gets actual org.bouncycastle object being wrapped.
|
PrivateKey |
getPrivateKey(IPrivateKeyInfo privateKeyInfo) |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
IJcaPEMKeyConverter |
setProvider(Provider provider) |
String |
toString()
Delegates
toString method call to the wrapped object. |
public JcaPEMKeyConverterBC(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter keyConverter)
JcaPEMKeyConverter.keyConverter - JcaPEMKeyConverter to be wrappedpublic org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter getKeyConverter()
JcaPEMKeyConverter.public IJcaPEMKeyConverter setProvider(Provider provider)
setProvider in interface IJcaPEMKeyConverterpublic PrivateKey getPrivateKey(IPrivateKeyInfo privateKeyInfo) throws PEMExceptionBC
getPrivateKey in interface IJcaPEMKeyConverterPEMExceptionBCpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.