Class X509AttributeCertificate

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Certificate
                    |
                    +--X509AttributeCertificate

public class X509AttributeCertificate
extends Certificate

This object hold X.509 attribute certificate.


Field Summary
 java.lang.String acIssuer
          DER-encoding of the attribute certificate's issuer field.
 java.lang.String attrTypes
          BER-encoding of a sequence of object identifier value corresponding to the attribute type.
 java.lang.String owner
          DER-encoding of the attribute certificate's subject field.
 java.lang.String serialNumber
          DER-encoding of the certificate serial number.
 java.lang.String value
          BER-encoding of the certificate.
 
Constructor Summary
X509AttributeCertificate()
           
 
Methods inherited from class OoctiObject
getAttributeValue, getObjectSize, setAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

public java.lang.String owner
DER-encoding of the attribute certificate's subject field.

acIssuer

public java.lang.String acIssuer
DER-encoding of the attribute certificate's issuer field.

serialNumber

public java.lang.String serialNumber
DER-encoding of the certificate serial number.

attrTypes

public java.lang.String attrTypes
BER-encoding of a sequence of object identifier value corresponding to the attribute type.

value

public java.lang.String value
BER-encoding of the certificate.
Constructor Detail

X509AttributeCertificate

public X509AttributeCertificate()