Package org.bouncycastle.asn1.pkcs
Class EncryptionScheme
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.EncryptionScheme
- All Implemented Interfaces:
ASN1Encodable
public class EncryptionScheme extends ASN1Object
-
Constructor Summary
Constructors Constructor Description EncryptionScheme(ASN1ObjectIdentifier objectId, ASN1Encodable parameters) -
Method Summary
Modifier and Type Method Description ASN1ObjectIdentifiergetAlgorithm()static EncryptionSchemegetInstance(Object obj)ASN1EncodablegetParameters()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
EncryptionScheme
-
-
Method Details
-
getInstance
-
getAlgorithm
-
getParameters
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-