Interface CmsEncSpec
-
- All Known Implementing Classes:
FintechOnlyKeyPairConfig,PsuKeyPairConfig
public interface CmsEncSpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1ObjectIdentifiergetCipherAlgo()StringgetKeyAlgo()intgetLen()
-
-
-
Method Detail
-
getKeyAlgo
String getKeyAlgo()
-
getLen
int getLen()
-
getCipherAlgo
org.bouncycastle.asn1.ASN1ObjectIdentifier getCipherAlgo()
-
-