Package org.bouncycastle.asn1.its
Class SymmAlgorithm
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.its.SymmAlgorithm
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class SymmAlgorithm
extends org.bouncycastle.asn1.ASN1Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(Object src) org.bouncycastle.asn1.ASN1EnumeratedvoidsetSymmAlgorithm(org.bouncycastle.asn1.ASN1Enumerated symmAlgorithm) org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
aes128Ccm
-
-
Constructor Details
-
SymmAlgorithm
public SymmAlgorithm(int ordinal)
-
-
Method Details
-
getInstance
-
getSymmAlgorithm
public org.bouncycastle.asn1.ASN1Enumerated getSymmAlgorithm() -
setSymmAlgorithm
public void setSymmAlgorithm(org.bouncycastle.asn1.ASN1Enumerated symmAlgorithm) -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-