
public final class RSAParameterSpiImpl extends org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
AlgorithmParametersSpi SPI for RSA keys, because the JDK does not have one.| Constructor and Description |
|---|
RSAParameterSpiImpl()
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected RSAParameterSpec |
engineDecode(ASN1Decoder decoder)
Decode a parameter instance.
|
protected void |
engineEncode(ASN1Encoder encoder,
RSAParameterSpec parameterSpec)
Encode a parameter instance.
|
protected Class<RSAParameterSpec> |
getParameterType()
Get the type of parameters for this class.
|
protected Class<RSAParameterSpec> getParameterType()
org.wildfly.security.util.AbstractAlgorithmParametersSpiImplgetParameterType in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>null)protected void engineEncode(ASN1Encoder encoder, RSAParameterSpec parameterSpec)
org.wildfly.security.util.AbstractAlgorithmParametersSpiImplengineEncode in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>encoder - the encoder to use (not null)parameterSpec - the parameter instance (not null)protected RSAParameterSpec engineDecode(ASN1Decoder decoder)
org.wildfly.security.util.AbstractAlgorithmParametersSpiImplengineDecode in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>decoder - the decoder to use (not null)null)Copyright © 2020 JBoss by Red Hat. All rights reserved.