Uses of Class
org.bouncycastle.asn1.ASN1OctetString
Packages that use ASN1OctetString
Package
Description
A library for parsing and writing ASN.1 objects.
BC specific object identifiers and classes for the BCFKS key store.
Support classes useful for encoding and supporting OCSP 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 processing messages based around RFC3739
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of ASN1OctetString in org.bouncycastle.asn1
Subclasses of ASN1OctetString in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassASN.1 OctetStrings, with indefinite length rules, and constructed form support.classCarrier class for a DER encoding OCTET STRINGMethods in org.bouncycastle.asn1 that return ASN1OctetStringModifier and TypeMethodDescriptionstatic ASN1OctetStringASN1OctetString.getInstance(Object obj) return an Octet String from the given object.static ASN1OctetStringASN1OctetString.getInstance(ASN1TaggedObject taggedObject, boolean explicit) return an Octet String from a tagged object.Constructors in org.bouncycastle.asn1 with parameters of type ASN1OctetStringModifierConstructorDescriptionBEROctetString(ASN1OctetString[] octs) MultipleASN1OctetStringdata blocks are input, the result is constructed form.BEROctetString(ASN1OctetString[] octs, int chunkSize) MultipleASN1OctetStringdata blocks are input, the result is constructed form. -
Uses of ASN1OctetString in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return ASN1OctetString -
Uses of ASN1OctetString in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1OctetStringModifier and TypeMethodDescriptionCertID.getIssuerKeyHash()CertID.getIssuerNameHash()ResponseBytes.getResponse()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1OctetStringModifierConstructorDescriptionCertID(AlgorithmIdentifier hashAlgorithm, ASN1OctetString issuerNameHash, ASN1OctetString issuerKeyHash, ASN1Integer serialNumber) ResponderID(ASN1OctetString value) ResponseBytes(ASN1ObjectIdentifier responseType, ASN1OctetString response) -
Uses of ASN1OctetString in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1OctetStringModifier and TypeMethodDescriptionEncryptedData.getContent()SignerInfo.getEncryptedDigest()PrivateKeyInfo.getPrivateKey()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1OctetStringModifierConstructorDescriptionSignerInfo(ASN1Integer version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes) -
Uses of ASN1OctetString in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1OctetStringConstructors in org.bouncycastle.asn1.x509 with parameters of type ASN1OctetStringModifierConstructorDescriptionExtension(ASN1ObjectIdentifier extnId, boolean critical, ASN1OctetString value) Constructor using an OCTET STRING for the value.Extension(ASN1ObjectIdentifier extnId, ASN1Boolean critical, ASN1OctetString value) Constructor using an ASN1Boolean and an OCTET STRING for the value.protected -
Uses of ASN1OctetString in org.bouncycastle.asn1.x509.qualified
Methods in org.bouncycastle.asn1.x509.qualified that return ASN1OctetStringConstructors in org.bouncycastle.asn1.x509.qualified with parameters of type ASN1OctetStringModifierConstructorDescriptionBiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, ASN1OctetString biometricDataHash) BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, ASN1OctetString biometricDataHash, DERIA5String sourceDataUri) -
Uses of ASN1OctetString in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ASN1OctetStringModifier and TypeMethodDescriptionKeySpecificInfo.getCounter()The initial counter value for key derivation.OtherInfo.getPartyAInfo()PartyA info for key deriviation.OtherInfo.getSuppPubInfo()The length of the KEK to be generated as a 4 byte big endian.Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1OctetStringModifierConstructorDescriptionKeySpecificInfo(ASN1ObjectIdentifier algorithm, ASN1OctetString counter) Base constructor.OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo) X9ECPoint(ECCurve c, ASN1OctetString s)