com.mindbright.security.x509
Class SubjectKeyIdentifier

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1String
          extended bycom.mindbright.asn1.ASN1OctetString
              extended bycom.mindbright.security.x509.SubjectKeyIdentifier

public class SubjectKeyIdentifier
extends ASN1OctetString

  SubjectKeyIdentifier ::= KeyIdentifier
  KeyIdentifier ::= OCTET STRING
 


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1String
value
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
SubjectKeyIdentifier()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.mindbright.asn1.ASN1String
decodeValue, encodeValue, getRaw, setRaw
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubjectKeyIdentifier

public SubjectKeyIdentifier()
Method Detail

toString

public java.lang.String toString()