Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.cryptopro |
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
|
org.spongycastle.asn1.eac | |
org.spongycastle.asn1.oiw |
Objects and OID for the support of ISO OIW.
|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.asn1.sec |
Classes for support of the SEC standard for Elliptic Curve.
|
org.spongycastle.asn1.x500 | |
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
org.spongycastle.asn1.x9 |
Support classes useful for encoding and supporting X9.62 elliptic curve.
|
Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
class |
ASN1Enumerated |
class |
ASN1GeneralizedTime |
class |
ASN1Integer |
class |
ASN1Null
A NULL object.
|
class |
ASN1ObjectIdentifier |
class |
ASN1OctetString |
class |
ASN1Primitive |
class |
ASN1Sequence |
class |
ASN1Set |
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
ASN1UTCTime |
class |
BERApplicationSpecific |
class |
BERConstructedOctetString
Deprecated.
use BEROctetString
|
class |
BEROctetString |
class |
BERSequence |
class |
BERSet |
class |
BERTaggedObject
BER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed 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 |
DERExternal
Class representing the DER-type External
|
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 |
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 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
DERUniversalString
DER UniversalString object.
|
class |
DERUTCTime
UTC time object.
|
class |
DERUTF8String
DER UTF8String object.
|
class |
DERVisibleString
DER VisibleString object.
|
class |
DLSequence |
class |
DLSet
A DER encoded set object
|
class |
DLTaggedObject
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
(package private) class |
LazyEncodedSequence
Note: this class is for processing DER/DL encoded sequences only.
|
Modifier and Type | Class and Description |
---|---|
class |
ECGOST3410ParamSetParameters |
class |
GOST28147Parameters |
class |
GOST3410ParamSetParameters |
class |
GOST3410PublicKeyAlgParameters |
Modifier and Type | Class and Description |
---|---|
class |
CertificateBody
an Iso7816CertificateBody structure.
|
class |
CertificateHolderAuthorization
an Iso7816CertificateHolderAuthorization structure.
|
class |
CVCertificate
an iso7816Certificate structure.
|
class |
CVCertificateRequest |
class |
ECDSAPublicKey
an Iso7816ECDSAPublicKeyStructure structure.
|
class |
PublicKeyDataObject |
class |
UnsignedInteger |
Modifier and Type | Class and Description |
---|---|
class |
ElGamalParameter |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedSafe |
class |
CertBag |
class |
CertificationRequest
PKCS10 Certification request object.
|
class |
CertificationRequestInfo
PKCS10 CertificationRequestInfo object.
|
class |
ContentInfo |
class |
CRLBag |
class |
DHParameter |
class |
EncryptedData
The EncryptedData object.
|
class |
EncryptedPrivateKeyInfo |
class |
EncryptionScheme |
class |
IssuerAndSerialNumber |
class |
KeyDerivationFunc |
class |
MacData |
class |
PBEParameter |
class |
PBES2Algorithms
Deprecated.
- use AlgorithmIdentifier and PBES2Parameters
|
class |
PBES2Parameters |
class |
PBKDF2Params |
class |
Pfx
the infamous Pfx from PKCS12
|
class |
PKCS12PBEParams |
class |
PrivateKeyInfo |
class |
RC2CBCParameter |
class |
RSAESOAEPparams |
class |
RSAPrivateKey |
class |
RSAPrivateKeyStructure
Deprecated.
use RSAPrivateKey
|
class |
RSAPublicKey |
class |
RSASSAPSSparams |
class |
SafeBag |
class |
SignedData
a PKCS#7 signed data object.
|
class |
SignerInfo
a PKCS#7 signer info object.
|
Modifier and Type | Class and Description |
---|---|
class |
ECPrivateKey
the elliptic curve private key object from SEC 1
|
class |
ECPrivateKeyStructure
Deprecated.
use ECPrivateKey
|
Constructor and Description |
---|
ECPrivateKey(java.math.BigInteger key,
ASN1Object parameters) |
ECPrivateKey(java.math.BigInteger key,
DERBitString publicKey,
ASN1Object parameters) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeAndValue |
class |
DirectoryString |
class |
RDN |
class |
X500Name
Name ::= CHOICE {
RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY }
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDescription
The AccessDescription object.
|
class |
AlgorithmIdentifier |
class |
AttCertIssuer |
class |
AttCertValidityPeriod |
class |
Attribute |
class |
AttributeCertificate |
class |
AttributeCertificateInfo |
class |
AuthorityInformationAccess
The AuthorityInformationAccess object.
|
class |
AuthorityKeyIdentifier
The AuthorityKeyIdentifier object.
|
class |
BasicConstraints |
class |
Certificate
an X509Certificate structure.
|
class |
CertificateList
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows.
|
class |
CertificatePair
This class helps to support crossCerfificatePairs in a LDAP directory
according RFC 2587
|
class |
CertificatePolicies |
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
CRLDistPoint |
class |
CRLNumber
The CRLNumber object.
|
class |
CRLReason
The CRLReason enumeration.
|
class |
DigestInfo
The DigestInfo object.
|
class |
DisplayText
DisplayText class, used in
CertificatePolicies X509 V3 extensions (in policy qualifiers). |
class |
DistributionPoint
The DistributionPoint object.
|
class |
DistributionPointName
The DistributionPointName object.
|
class |
DSAParameter |
class |
ExtendedKeyUsage
The extendedKeyUsage object.
|
class |
Extensions |
class |
GeneralName
The GeneralName object.
|
class |
GeneralNames |
class |
GeneralSubtree
Class for containing a restriction object subtrees in NameConstraints.
|
class |
Holder
The Holder object.
|
class |
IetfAttrSyntax
Implementation of
IetfAttrSyntax as specified by RFC3281. |
class |
IssuerSerial |
class |
IssuingDistributionPoint
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
KeyUsage
The KeyUsage object.
|
class |
NameConstraints |
class |
NoticeReference
NoticeReference class, used in
CertificatePolicies X509 V3 extensions
(in policy qualifiers). |
class |
ObjectDigestInfo
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
|
class |
PolicyInformation |
class |
PolicyMappings
PolicyMappings V3 extension, described in RFC3280.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
class |
PolicyQualifierInfo
Policy qualifiers, used in the X509V3 CertificatePolicies
extension.
|
class |
PrivateKeyUsagePeriod
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
|
class |
ReasonFlags
The ReasonFlags object.
|
class |
RoleSyntax
Implementation of the RoleSyntax object as specified by the RFC3281.
|
class |
RSAPublicKeyStructure
Deprecated.
use org.spongycastle.asn1.pkcs.RSAPublicKey
|
class |
SubjectDirectoryAttributes
This extension may contain further X.500 attributes of the subject.
|
class |
SubjectKeyIdentifier
The SubjectKeyIdentifier object.
|
class |
SubjectPublicKeyInfo
The object that contains the public key stored in a certficate.
|
class |
Target
Target structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TargetInformation
Target information extension for attributes certificates according to RFC
3281.
|
class |
Targets
Targets structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TBSCertificate
The TBSCertificate object.
|
class |
TBSCertificateStructure
The TBSCertificate object.
|
class |
TBSCertList
PKIX RFC-2459 - TBSCertList object.
|
static class |
TBSCertList.CRLEntry |
class |
Time |
class |
UserNotice
UserNotice class, used in
CertificatePolicies X509 extensions (in policy
qualifiers). |
class |
V2Form |
class |
X509CertificateStructure
Deprecated.
use org.spongycastle.asn1.x509.Certificate
|
class |
X509Extensions
Deprecated.
use Extensions
|
class |
X509Name
Deprecated.
use org.spongycastle.asn1.x500.X500Name.
|
Modifier and Type | Class and Description |
---|---|
class |
DHDomainParameters |
class |
DHPublicKey |
class |
DHValidationParms |
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.
|