Class PublicEncryptionKey.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicEncryptionKey.Builder
-
- Enclosing class:
- PublicEncryptionKey
public static class PublicEncryptionKey.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicEncryptionKey
createPublicEncryptionKey()
PublicEncryptionKey.Builder
setPublicKey(BasePublicEncryptionKey basePublicEncryptionKey)
PublicEncryptionKey.Builder
setSupportedSymmAlg(SymmAlgorithm supportedSymmAlg)
-
-
-
Method Detail
-
setSupportedSymmAlg
public PublicEncryptionKey.Builder setSupportedSymmAlg(SymmAlgorithm supportedSymmAlg)
-
setPublicKey
public PublicEncryptionKey.Builder setPublicKey(BasePublicEncryptionKey basePublicEncryptionKey)
-
createPublicEncryptionKey
public PublicEncryptionKey createPublicEncryptionKey()
-
-