Bouncy Castle Cryptography Library 1.66

org.bouncycastle.crypto.util
Class DERMacData.Type

java.lang.Object
  extended byorg.bouncycastle.crypto.util.DERMacData.Type
Enclosing class:
DERMacData

public static class DERMacData.Type
extends java.lang.Object


Field Summary
static DERMacData.Type BILATERALU
           
static DERMacData.Type BILATERALV
           
static DERMacData.Type UNILATERALU
           
static DERMacData.Type UNILATERALV
           
 
Method Summary
 byte[] getHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNILATERALU

public static final DERMacData.Type UNILATERALU

UNILATERALV

public static final DERMacData.Type UNILATERALV

BILATERALU

public static final DERMacData.Type BILATERALU

BILATERALV

public static final DERMacData.Type BILATERALV
Method Detail

getHeader

public byte[] getHeader()

Bouncy Castle Cryptography Library 1.66