Package org.bouncycastle.oer.its
Class EncryptedDataEncryptionKey.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.EncryptedDataEncryptionKey.Builder
-
- Enclosing class:
- EncryptedDataEncryptionKey
public static class EncryptedDataEncryptionKey.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedDataEncryptionKey
createEncryptedDataEncryptionKey()
EncryptedDataEncryptionKey.Builder
setChoice(int choice)
EncryptedDataEncryptionKey.Builder
setValue(org.bouncycastle.asn1.ASN1Encodable value)
-
-
-
Method Detail
-
setChoice
public EncryptedDataEncryptionKey.Builder setChoice(int choice)
-
setValue
public EncryptedDataEncryptionKey.Builder setValue(org.bouncycastle.asn1.ASN1Encodable value)
-
createEncryptedDataEncryptionKey
public EncryptedDataEncryptionKey createEncryptedDataEncryptionKey()
-
-