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.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
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 |
BERConstructedOctetString
Deprecated.
use BEROctetString
|
class |
BEROctetString |
class |
DEROctetString |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString[] |
BEROctetString.octs |
Modifier and Type | Method and Description |
---|---|
static ASN1OctetString |
ASN1OctetString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Octet String from a tagged object.
|
static ASN1OctetString |
ASN1OctetString.getInstance(java.lang.Object obj)
return an Octet String from the given object.
|
Modifier and Type | Method and Description |
---|---|
private static byte[] |
BEROctetString.toBytes(ASN1OctetString[] octs)
convert a vector of octet strings into a single byte string
|
Constructor and Description |
---|
BEROctetString(ASN1OctetString[] octs) |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
GOST28147Parameters.iv |
Modifier and Type | Method and Description |
---|---|
private void |
ECDSAPublicKey.setBasePointG(ASN1OctetString basePointG) |
private void |
ECDSAPublicKey.setPublicPointY(ASN1OctetString publicPointY) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
EncryptedPrivateKeyInfo.data |
private ASN1OctetString |
SignerInfo.encryptedDigest |
(package private) ASN1OctetString |
PKCS12PBEParams.iv |
(package private) ASN1OctetString |
RC2CBCParameter.iv |
private ASN1OctetString |
PBKDF2Params.octStr |
private ASN1OctetString |
PrivateKeyInfo.privKey |
(package private) ASN1OctetString |
PBEParameter.salt |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
EncryptedData.getContent() |
ASN1OctetString |
SignerInfo.getEncryptedDigest() |
Constructor and Description |
---|
SignerInfo(ASN1Integer version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
AuthorityKeyIdentifier.keyidentifier |
(package private) ASN1OctetString |
X509Extension.value |
(package private) ASN1OctetString |
Extension.value |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
Extension.getExtnValue() |
ASN1OctetString |
X509Extension.getValue() |
Constructor and Description |
---|
Extension(ASN1ObjectIdentifier extnId,
ASN1Boolean critical,
ASN1OctetString value) |
Extension(ASN1ObjectIdentifier extnId,
boolean critical,
ASN1OctetString value) |
SubjectKeyIdentifier(ASN1OctetString keyid) |
X509Extension(boolean critical,
ASN1OctetString value) |
X509Extension(DERBoolean critical,
ASN1OctetString value) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
KeySpecificInfo.counter |
private ASN1OctetString |
OtherInfo.partyAInfo |
private ASN1OctetString |
OtherInfo.suppPubInfo |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
KeySpecificInfo.getCounter() |
ASN1OctetString |
OtherInfo.getPartyAInfo() |
ASN1OctetString |
OtherInfo.getSuppPubInfo() |
Constructor and Description |
---|
KeySpecificInfo(ASN1ObjectIdentifier algorithm,
ASN1OctetString counter) |
OtherInfo(KeySpecificInfo keyInfo,
ASN1OctetString partyAInfo,
ASN1OctetString suppPubInfo) |
X9ECPoint(ECCurve c,
ASN1OctetString s) |
X9FieldElement(java.math.BigInteger p,
ASN1OctetString s) |
X9FieldElement(int m,
int k1,
int k2,
int k3,
ASN1OctetString s) |