For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.ext
Class Extension.Value

java.lang.Object
  extended bygnu.crypto.pki.ext.Extension.Value
Direct Known Subclasses:
AuthorityKeyIdentifier, BasicConstraints, CertificatePolicies, CRLNumber, ExtendedKeyUsage, IssuerAlternativeNames, KeyUsage, PolicyConstraint, PolicyMappings, PrivateKeyUsagePeriod, ReasonCode, SubjectAlternativeNames, SubjectKeyIdentifier
Enclosing class:
Extension

public static class Extension.Value
extends Object


Field Summary
protected  byte[] encoded
           
 
Constructor Summary
protected Extension.Value()
           
  Extension.Value(byte[] encoded)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[] getEncoded()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

encoded

protected byte[] encoded
Constructor Detail

Extension.Value

public Extension.Value(byte[] encoded)

Extension.Value

protected Extension.Value()
Method Detail

getEncoded

public byte[] getEncoded()

equals

public boolean equals(Object o)

toString

public String toString()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.