Uses of Class
org.gudy.bouncycastle.asn1.ASN1OctetString
Packages that use ASN1OctetString
Package
Description
A library for parsing and writing ASN.1 objects.
Miscellaneous object identifiers and objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
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.asn1Methods in org.gudy.bouncycastle.asn1 that return ASN1OctetStringModifier and TypeMethodDescriptionstatic ASN1OctetString
ASN1OctetString.getInstance
(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 ASN1OctetStringModifier and TypeFieldDescription(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 ASN1OctetStringModifier and TypeFieldDescriptionprivate 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 ASN1OctetStringConstructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type ASN1OctetStringModifierConstructorDescriptionSignerInfo
(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 ASN1OctetStringModifier and TypeFieldDescription(package private) ASN1OctetString
AuthorityKeyIdentifier.keyidentifier
(package private) ASN1OctetString
X509Extension.value
Methods in org.gudy.bouncycastle.asn1.x509 that return ASN1OctetStringConstructors in org.gudy.bouncycastle.asn1.x509 with parameters of type ASN1OctetStringModifierConstructorDescriptionX509Extension
(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 ASN1OctetStringModifier and TypeFieldDescriptionprivate ASN1OctetString
KeySpecificInfo.counter
private ASN1OctetString
OtherInfo.partyAInfo
private ASN1OctetString
OtherInfo.suppPubInfo
Methods in org.gudy.bouncycastle.asn1.x9 that return ASN1OctetStringModifier and TypeMethodDescriptionKeySpecificInfo.getCounter()
OtherInfo.getPartyAInfo()
OtherInfo.getSuppPubInfo()
Constructors in org.gudy.bouncycastle.asn1.x9 with parameters of type ASN1OctetStringModifierConstructorDescriptionKeySpecificInfo
(DERObjectIdentifier algorithm, ASN1OctetString counter) OtherInfo
(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo) X9ECPoint
(ECCurve c, ASN1OctetString s) X9FieldElement
(boolean fP, BigInteger q, ASN1OctetString s)