Uses of Class
org.gudy.bouncycastle.asn1.ASN1OctetString
-
Packages that use ASN1OctetString Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.gudy.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. -
-
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1
Subclasses of ASN1OctetString in org.gudy.bouncycastle.asn1 Modifier and Type Class Description class
BERConstructedOctetString
class
DEROctetString
Methods in org.gudy.bouncycastle.asn1 that return ASN1OctetString Modifier and Type Method Description static ASN1OctetString
ASN1OctetString. getInstance(java.lang.Object obj)
return an Octet String from the given object.static ASN1OctetString
ASN1OctetString. getInstance(ASN1TaggedObject obj, boolean explicit)
return an Octet String from a tagged object. -
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.misc
Fields in org.gudy.bouncycastle.asn1.misc declared as ASN1OctetString Modifier and Type Field Description (package private) ASN1OctetString
CAST5CBCParameters. iv
(package private) ASN1OctetString
IDEACBCPar. iv
-
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as ASN1OctetString Modifier and Type Field Description private ASN1OctetString
EncryptedPrivateKeyInfo. data
private ASN1OctetString
SignerInfo. encryptedDigest
(package private) ASN1OctetString
PKCS12PBEParams. iv
(package private) ASN1OctetString
RC2CBCParameter. iv
(package private) ASN1OctetString
PBKDF2Params. octStr
Methods in org.gudy.bouncycastle.asn1.pkcs that return ASN1OctetString Modifier and Type Method Description ASN1OctetString
EncryptedData. getContent()
ASN1OctetString
SignerInfo. getEncryptedDigest()
Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type ASN1OctetString Constructor Description SignerInfo(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
-
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as ASN1OctetString Modifier and Type Field Description (package private) ASN1OctetString
AuthorityKeyIdentifier. keyidentifier
(package private) ASN1OctetString
X509Extension. value
Methods in org.gudy.bouncycastle.asn1.x509 that return ASN1OctetString Modifier and Type Method Description ASN1OctetString
X509Extension. getValue()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type ASN1OctetString Constructor Description SubjectKeyIdentifier(ASN1OctetString keyid)
X509Extension(boolean critical, ASN1OctetString value)
X509Extension(DERBoolean critical, ASN1OctetString value)
-
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.x9
Fields in org.gudy.bouncycastle.asn1.x9 declared as ASN1OctetString Modifier and Type Field Description private ASN1OctetString
KeySpecificInfo. counter
private ASN1OctetString
OtherInfo. partyAInfo
private ASN1OctetString
OtherInfo. suppPubInfo
Methods in org.gudy.bouncycastle.asn1.x9 that return ASN1OctetString Modifier and Type Method Description ASN1OctetString
KeySpecificInfo. getCounter()
ASN1OctetString
OtherInfo. getPartyAInfo()
ASN1OctetString
OtherInfo. getSuppPubInfo()
Constructors in org.gudy.bouncycastle.asn1.x9 with parameters of type ASN1OctetString Constructor Description KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
X9ECPoint(ECCurve c, ASN1OctetString s)
X9FieldElement(boolean fP, java.math.BigInteger q, ASN1OctetString s)
-