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