Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.util
Class DEROtherInfo

java.lang.Object
  |
  +--org.bouncycastle.crypto.util.DEROtherInfo

public class DEROtherInfo
extends java.lang.Object

Builder and holder class for preparing SP 800-56A compliant OtherInfo. The data is ultimately encoded as a DER SEQUENCE. Empty octet strings are used to represent nulls in compulsory fields.


Inner Class Summary
static class DEROtherInfo.Builder
          Builder to create OtherInfo
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEncoded

public byte[] getEncoded()
                  throws java.io.IOException

Bouncy Castle Cryptography Library 1.77.0