Uses of Class
org.apache.harmony.security.asn1.ASN1Type
| Package | Description |
|---|---|
| org.apache.harmony.security.asn1 | |
| org.apache.harmony.security.x501 | |
| org.apache.harmony.security.x509 |
-
Uses of ASN1Type in org.apache.harmony.security.asn1
Subclasses of ASN1Type in org.apache.harmony.security.asn1 Modifier and Type Class Description classASN1AnyThis class represents ASN.1 ANY type.classASN1BitStringThis class represents ASN.1 Bitstring type.static classASN1BitString.ASN1NamedBitListDefault implementation for ASN.1 Named Bitstring type The default implementation works with encoding that is mapped to array of boolean.classASN1BooleanThis class represents ASN.1 Boolean type.classASN1ChoiceThis abstract class represents ASN.1 Choice type.classASN1ConstructedThis abstract class is the super class for all constructed ASN.1 typesclassASN1EnumeratedThis class represents ASN.1 Enumerated type.classASN1ExplicitThis class represents explicitly tagged ASN.1 type.classASN1GeneralizedTimeThis class represents ASN.1 GeneralizedTime type.classASN1ImplicitImplicitly tagged ASN.1 type.classASN1IntegerThis class represents ASN.1 Integer type.classASN1OctetStringThis class represents ASN.1 octet string type.classASN1OidThis class represents ASN.1 Object Identifier type.classASN1PrimitiveThis abstract class is the super class for all primitive ASN.1 typesclassASN1SequenceThis class represents ASN.1 Sequence type.classASN1SequenceOfThis class represents ASN.1 Sequence OF type.classASN1SetThis class represents ASN.1 Set type.classASN1SetOfThis class represents ASN.1 SetOf type.classASN1StringTypeThis class is the super class for all string ASN.1 typesclassASN1TimeAbstract class to represent ASN.1 time typesclassASN1TypeCollectionThis abstract class represents ASN.1 type that is a collection of ASN.1 types.classASN1UTCTimeThis class represents ASN.1 UTCTime typeclassASN1ValueCollectionThis abstract class represents ASN.1 collection type.Fields in org.apache.harmony.security.asn1 declared as ASN1Type Modifier and Type Field Description ASN1Type[]ASN1Choice. typeASN1TypeASN1Explicit. typeTagged typeASN1Type[]ASN1TypeCollection. typeASN1TypeASN1ValueCollection. typeA value collection of this ASN.1 typeConstructors in org.apache.harmony.security.asn1 with parameters of type ASN1Type Constructor Description ASN1Choice(ASN1Type[] type)Constructs ASN.1 choice type.ASN1Explicit(int tagClass, int tagNumber, ASN1Type type)Constructs explicitly tagged ASN.1 type.ASN1Explicit(int tagNumber, ASN1Type type)Constructs explicitly tagged ASN.1 type with context-specific tag class and specified tag number.ASN1Implicit(int tagNumber, ASN1Type type)Constructs implicitly tagged ASN.1 type with context-specific tag class and specified tag number.ASN1Sequence(ASN1Type[] type)ASN1SequenceOf(ASN1Type type)ASN1Set(ASN1Type[] type)ASN1SetOf(ASN1Type type)ASN1TypeCollection(int tagNumber, ASN1Type[] type)Constructs ASN.1 collection type.ASN1ValueCollection(int tagNumber, ASN1Type type)Constructs ASN1 collection type.DerOutputStream(ASN1Type asn1, Object object) -
Uses of ASN1Type in org.apache.harmony.security.x501
Fields in org.apache.harmony.security.x501 declared as ASN1Type Modifier and Type Field Description static ASN1TypeAttributeTypeAndValue. attributeValueAccording to RFC 3280 (http://www.ietf.org/rfc/rfc3280.txt) X.501 AttributeTypeAndValue structure is defined as follows: AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue } AttributeType ::= OBJECT IDENTIFIER AttributeValue ::= ANY DEFINED BY AttributeType ...Methods in org.apache.harmony.security.x501 with parameters of type ASN1Type Modifier and Type Method Description Collection<?>AttributeValue. getValues(ASN1Type type) -
Uses of ASN1Type in org.apache.harmony.security.x509
Fields in org.apache.harmony.security.x509 declared as ASN1Type Modifier and Type Field Description static ASN1TypeAuthorityKeyIdentifier. ASN1static ASN1TypeBasicConstraints. ASN1ASN.1 Encoder/Decoder.static ASN1TypeCertificateIssuer. ASN1ASN.1 Encoder/Decoder.static ASN1TypeCertificatePolicies. ASN1ASN.1 DER X.509 CertificatePolicies encoder/decoder class.static ASN1TypeCRLDistributionPoints. ASN1Custom X.509 decoder.static ASN1TypeCRLNumber. ASN1ASN.1 Encoder/Decoder.static ASN1TypeExtendedKeyUsage. ASN1ASN.1 Encoder/Decoder.static ASN1TypeExtensions. ASN1Custom X.509 Extensions decoder.static ASN1TypeGeneralNames. ASN1ASN.1 DER X.509 GeneralNames encoder/decoder class.static ASN1TypeGeneralSubtrees. ASN1ASN.1 DER X.509 GeneralSubtrees encoder/decoder class.static ASN1TypeInfoAccessSyntax. ASN1ASN.1 DER X.509 AuthorityInfoAccessSyntax and SubjectInfoAccessSyntax encoder/decoder class.static ASN1TypeInvalidityDate. ASN1ASN.1 Encoder/Decoder.static ASN1TypeIssuingDistributionPoint. ASN1ASN.1 Encoder/Decoder.static ASN1TypeReasonCode. ASN1ASN.1 Encoder/Decoder.