ch.othello.openscep.internal
Class PKCS9Attributes

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.X509Name
        |
        +--ch.othello.openscep.internal.PKCS9Attributes
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

public class PKCS9Attributes
extends org.bouncycastle.asn1.x509.X509Name


Field Summary
private  String unstructuredName
           
static org.bouncycastle.asn1.DERObjectIdentifier unstructuredNameOID
           
 
Fields inherited from class org.bouncycastle.asn1.x509.X509Name
C, CN, DC, EmailAddress, L, O, OIDLookUp, OU, SN, ST, SymbolLookUp
 
Constructor Summary
PKCS9Attributes(String dirName, String unstructuredName)
          Creates a new instance of PKCS9Attributes
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
           
 
Methods inherited from class org.bouncycastle.asn1.x509.X509Name
equals, getInstance, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

unstructuredNameOID

public static final org.bouncycastle.asn1.DERObjectIdentifier unstructuredNameOID

unstructuredName

private String unstructuredName
Constructor Detail

PKCS9Attributes

public PKCS9Attributes(String dirName,
                       String unstructuredName)
Creates a new instance of PKCS9Attributes

Method Detail

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Specified by:
getDERObject in interface org.bouncycastle.asn1.DEREncodable
Overrides:
getDERObject in class org.bouncycastle.asn1.x509.X509Name


ScepClient is copyright by Ueli Rutishauser + Alain Schaefer