Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1.misc
Class NetscapeRevocationURL

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.ASN1Primitive
              |
              +--org.bouncycastle.asn1.ASN1IA5String
                    |
                    +--org.bouncycastle.asn1.DERIA5String
                          |
                          +--org.bouncycastle.asn1.misc.NetscapeRevocationURL
All Implemented Interfaces:
ASN1Encodable, ASN1String, Encodable

public class NetscapeRevocationURL
extends DERIA5String


Constructor Summary
NetscapeRevocationURL(ASN1IA5String str)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1IA5String
getInstance, getInstance, getOctets, getString, hashCode, isIA5String
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetscapeRevocationURL

public NetscapeRevocationURL(ASN1IA5String str)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ASN1IA5String

Bouncy Castle Cryptography Library 1.77.0