codec.asn1
Interface ASN1RegisteredType

All Superinterfaces:
ASN1Type
All Known Implementing Classes:
CertBag, SecretBag, PKCS8ShroudedKeyBag, KeyBag, Data, EncryptedData, SignedData, EnvelopedData, SignedAndEnvelopedData, Attribute

public interface ASN1RegisteredType
extends ASN1Type

This class represents an ASN.1 type that is officially registered. In other words, this type is associated with a unique OID.

Version:
"$Id: ASN1RegisteredType.java,v 1.3 2004/08/06 15:14:52 flautens Exp $"
Author:
Volker Roth

Method Summary
 ASN1ObjectIdentifier getOID()
          This method returns the official OID that identifies this ASN.1 type.
 
Methods inherited from interface codec.asn1.ASN1Type
checkConstraints, decode, encode, getConstraint, getTag, getTagClass, getValue, isExplicit, isOptional, isType, setConstraint, setExplicit, setOptional
 

Method Detail

getOID

public ASN1ObjectIdentifier getOID()
This method returns the official OID that identifies this ASN.1 type.
Returns:
The official ASN.1 OID of this type.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.