Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp
Class OpenedPGPKeyData.Builder

java.lang.Object
  |
  +--org.bouncycastle.openpgp.OpenedPGPKeyData.Builder
Enclosing class:
OpenedPGPKeyData

public static class OpenedPGPKeyData.Builder
extends java.lang.Object


Constructor Summary
OpenedPGPKeyData.Builder()
           
 
Method Summary
 void add(PGPExtendedKeyHeader pgpExtendedKeyHeader)
           
 OpenedPGPKeyData build()
           
 OpenedPGPKeyData.Builder setHeaderList(java.util.List headerList)
           
 OpenedPGPKeyData.Builder setKeyExpression(SExpression keyExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenedPGPKeyData.Builder

public OpenedPGPKeyData.Builder()
Method Detail

setHeaderList

public OpenedPGPKeyData.Builder setHeaderList(java.util.List headerList)

setKeyExpression

public OpenedPGPKeyData.Builder setKeyExpression(SExpression keyExpression)

build

public OpenedPGPKeyData build()

add

public void add(PGPExtendedKeyHeader pgpExtendedKeyHeader)

Bouncy Castle Cryptography Library 1.79