|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASN1Encodable | |
|---|---|
| kz.gamma.hardware.asn1 | |
| kz.gamma.hardware.asn1.cmp | Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510. |
| kz.gamma.hardware.asn1.cms | |
| kz.gamma.hardware.asn1.ess | Support classes useful for encoding and supporting Enhanced Security Services for S/MIME as described RFC 2634. |
| kz.gamma.hardware.asn1.ocsp | |
| kz.gamma.hardware.asn1.pkcs | |
| kz.gamma.hardware.asn1.tsp | |
| kz.gamma.hardware.asn1.x509 | |
| kz.gamma.hardware.cms | |
| kz.gamma.hardware.crypto.software.x9 | |
| kz.gamma.hardware.jce | |
| kz.gamma.hardware.tsp | |
| kz.gamma.hardware.x509 | |
| kz.gamma.hardware.x509.extension | |
| Uses of ASN1Encodable in kz.gamma.hardware.asn1 |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1 | |
|---|---|
class |
ASN1Null
A NULL object. |
class |
ASN1Object
|
class |
ASN1OctetString
|
class |
ASN1Sequence
|
class |
ASN1Set
|
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
BERConstructedOctetString
|
class |
BERNull
A BER NULL object. |
class |
BERSequence
|
class |
BERSet
|
class |
BERTaggedObject
BER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
DERApplicationSpecific
Base class for an application specific object |
class |
DERBitString
|
class |
DERBMPString
DER BMPString object. |
class |
DERBoolean
|
class |
DEREnumerated
|
class |
DERGeneralizedTime
Generalized time object. |
class |
DERGeneralString
|
class |
DERIA5String
DER IA5String object - this is an ascii string. |
class |
DERInteger
|
class |
DERNull
A NULL object. |
class |
DERNumericString
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }. |
class |
DERObject
|
class |
DERObjectIdentifier
|
class |
DEROctetString
|
class |
DERPrintableString
DER PrintableString object. |
class |
DERSequence
|
class |
DERSet
A DER encoded set object |
class |
DERT61String
DER T61String (also the teletex string) |
class |
DERTaggedObject
DER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
DERUniversalString
DER UniversalString object. |
class |
DERUnknownTag
We insert one of these when we find a tag we don't recognise. |
class |
DERUTCTime
UTC time object. |
class |
DERUTF8String
DER UTF8String object. |
class |
DERVisibleString
DER VisibleString object. |
| Constructors in kz.gamma.hardware.asn1 with parameters of type ASN1Encodable | |
|---|---|
DERSequence(ASN1Encodable[] a)
create a sequence containing an array of objects. |
|
DERSet(ASN1Encodable[] a)
create a set from an array of objects. |
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.cmp |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.cmp | |
|---|---|
class |
PKIFailureInfo
PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) badRequest (2), -- transaction not permitted or supported badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy badCertId (4), -- no certificate could be found matching the provided criteria badDataFormat (5), -- the data submitted has the wrong format wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token incorrectData (7), -- the requester's data is incorrect (for notary services) missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) badPOP (9) -- the proof-of-possession failed timeNotAvailable (14), -- the TSA's time source is not available unacceptedPolicy (15), -- the requested TSA policy is not supported by the TSA unacceptedExtension (16), -- the requested extension is not supported by the TSA addInfoNotAvailable (17) -- the additional information requested could not be understood -- or is not available systemFailure (25) -- the request cannot be handled due to system failure |
class |
PKIFreeText
|
class |
PKIStatus
|
class |
PKIStatusInfo
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.cms |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.cms | |
|---|---|
class |
Attribute
|
class |
ContentInfo
|
class |
EncryptedContentInfo
|
class |
EnvelopedData
|
class |
IssuerAndSerialNumber
|
class |
OriginatorInfo
|
class |
SignedData
a signed data object. |
class |
SignerIdentifier
|
class |
SignerInfo
|
class |
Time
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.ess |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.ess | |
|---|---|
class |
ESSCertID
|
class |
ESSCertIDv2
|
class |
SigningCertificate
|
class |
SigningCertificateV2
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.ocsp |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.ocsp | |
|---|---|
class |
BasicOCSPResponse
|
class |
CertID
|
class |
CertStatus
|
class |
CrlID
|
class |
OCSPRequest
|
class |
OCSPResponse
|
class |
OCSPResponseStatus
|
class |
Request
|
class |
ResponderID
|
class |
ResponseBytes
|
class |
ResponseData
|
class |
RevokedInfo
|
class |
ServiceLocator
|
class |
Signature
|
class |
SingleResponse
|
class |
TBSRequest
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.pkcs |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.pkcs | |
|---|---|
class |
CertificationRequest
PKCS10 Certification request object. |
class |
CertificationRequestInfo
PKCS10 CertificationRequestInfo object. |
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.tsp |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.tsp | |
|---|---|
class |
Accuracy
|
class |
MessageImprint
|
class |
TimeStampReq
|
class |
TimeStampResp
|
class |
TSTInfo
|
| Uses of ASN1Encodable in kz.gamma.hardware.asn1.x509 |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.asn1.x509 | |
|---|---|
class |
AlgorithmIdentifier
|
class |
AttCertIssuer
|
class |
AttCertValidityPeriod
|
class |
AttributeCertificate
|
class |
AttributeCertificateInfo
|
class |
AuthorityKeyIdentifier
The AuthorityKeyIdentifier object. |
class |
BasicConstraints
|
class |
CertificateList
PKIX RFC-2459 The X.509 v2 CRL syntax is as follows. |
class |
CRLReason
The CRLReason enumeration. |
class |
DigestInfo
The DigestInfo object. |
class |
ExtendedKeyUsage
The extendedKeyUsage object. |
class |
GeneralName
The GeneralName object. |
class |
GeneralNames
|
class |
Holder
The Holder object. |
class |
IssuerSerial
|
class |
KeyPurposeId
The KeyPurposeId object. |
class |
KeyUsage
The KeyUsage object. |
class |
ObjectDigestInfo
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates. |
class |
PolicyInformation
|
class |
SubjectPublicKeyInfo
The object that contains the public key stored in a certficate. |
class |
TBSCertificateStructure
The TBSCertificate object. |
class |
TBSCertList
PKIX RFC-2459 - TBSCertList object. |
class |
TBSCertList.CRLEntry
|
class |
V2Form
|
class |
X509CertificateStructure
an X509Certificate structure. |
class |
X509Extensions
|
class |
X509Name
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY } |
| Fields in kz.gamma.hardware.asn1.x509 declared as ASN1Encodable | |
|---|---|
(package private) ASN1Encodable |
AttCertIssuer.obj
|
| Methods in kz.gamma.hardware.asn1.x509 that return ASN1Encodable | |
|---|---|
ASN1Encodable |
AttCertIssuer.getIssuer()
|
| Constructors in kz.gamma.hardware.asn1.x509 with parameters of type ASN1Encodable | |
|---|---|
GeneralName(int tag,
ASN1Encodable name)
When the subjectAltName extension contains an Internet mail address, the address MUST be included as an rfc822Name. |
|
| Uses of ASN1Encodable in kz.gamma.hardware.cms |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.cms | |
|---|---|
protected class |
CMSGammaEnvelopedData.RecipientInfoGamma
|
| Uses of ASN1Encodable in kz.gamma.hardware.crypto.software.x9 |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.crypto.software.x9 | |
|---|---|
class |
KeySpecificInfo
ASN.1 def for Diffie-Hellman key exchange KeySpecificInfo structure. |
class |
OtherInfo
ANS.1 def for Diffie-Hellman key exchange OtherInfo structure. |
class |
X962Parameters
|
class |
X9Curve
ASN.1 def for Elliptic-Curve Curve structure. |
class |
X9ECParameters
ASN.1 def for Elliptic-Curve ECParameters structure. |
class |
X9ECPoint
class for describing an ECPoint as a DER object. |
class |
X9FieldElement
class for processing an FieldElement as a DER object. |
class |
X9FieldID
ASN.1 def for Elliptic-Curve Field ID structure. |
| Uses of ASN1Encodable in kz.gamma.hardware.jce |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.jce | |
|---|---|
class |
X509Principal
a general extension of X509Name with a couple of extra methods and constructors. |
| Uses of ASN1Encodable in kz.gamma.hardware.tsp |
|---|
| Methods in kz.gamma.hardware.tsp with parameters of type ASN1Encodable | |
|---|---|
void |
TimeStampRequestGenerator.addExtension(java.lang.String OID,
boolean critical,
ASN1Encodable value)
add a given extension field for the standard extensions tag (tag 3) |
| Uses of ASN1Encodable in kz.gamma.hardware.x509 |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.x509 | |
|---|---|
class |
X509Attribute
Class for carrying the values in an X.509 Attribute. |
| Methods in kz.gamma.hardware.x509 that return ASN1Encodable | |
|---|---|
ASN1Encodable[] |
X509Attribute.getValues()
|
| Methods in kz.gamma.hardware.x509 with parameters of type ASN1Encodable | |
|---|---|
(package private) static byte[] |
X509Util.calculateSignature(DERObjectIdentifier sigOid,
java.lang.String sigName,
java.security.PrivateKey key,
java.security.SecureRandom random,
ASN1Encodable object)
|
(package private) static byte[] |
X509Util.calculateSignature(DERObjectIdentifier sigOid,
java.lang.String sigName,
java.lang.String provider,
java.security.PrivateKey key,
java.security.SecureRandom random,
ASN1Encodable object)
|
| Constructors in kz.gamma.hardware.x509 with parameters of type ASN1Encodable | |
|---|---|
X509Attribute(ASN1Encodable at)
|
|
X509Attribute(java.lang.String oid,
ASN1Encodable value)
Create an X.509 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing value. |
|
| Uses of ASN1Encodable in kz.gamma.hardware.x509.extension |
|---|
| Subclasses of ASN1Encodable in kz.gamma.hardware.x509.extension | |
|---|---|
class |
AuthorityKeyIdentifierStructure
A high level authority key identifier. |
| Methods in kz.gamma.hardware.x509.extension that return ASN1Encodable | |
|---|---|
static ASN1Encodable |
X509ExtensionUtil.fromExtensionValue(byte[] encodedValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||