Uses of Enum Class
net.messagevortex.asn1.encryption.DumpType
Packages that use DumpType
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of DumpType in net.messagevortex.asn1
Methods in net.messagevortex.asn1 with parameters of type DumpTypeModifier and TypeMethodDescriptionAbstractCryptPayloadOperation.dumpValueNotation(String prefix, DumpType dumptype) AbstractRedundancyOperation.dumpValueNotation(String prefix, DumpType dumpType) Dumps the ASN1 value representation of the removeRedundancy operation.AlgorithmParameter.dumpValueNotation(String prefix, DumpType dumpType) AsymmetricAlgorithmSpec.dumpValueNotation(String prefix, DumpType dumptype) AsymmetricKey.dumpValueNotation(String prefix, DumpType dumpType) Generates the ASN1 notation of the object.BlendingParameter.dumpValueNotation(String prefix, DumpType dumptype) BlendingSpec.dumpValueNotation(String prefix, DumpType dumpType) Block.dumpValueNotation(String prefix, DumpType dumpType) CipherSpec.dumpValueNotation(String prefix, DumpType dumpType) HeaderRequestCapability.dumpValueNotation(String prefix, DumpType dumpType) HeaderRequestIdentity.dumpValueNotation(String prefix, DumpType dumpType) HeaderRequestIncreaseMessageQuota.dumpValueNotation(String prefix, DumpType dumpType) HeaderRequestIncreaseTransferQuota.dumpValueNotation(String prefix, DumpType dumpType) HeaderRequestQueryQuota.dumpValueNotation(String prefix, DumpType dumpType) IdentityBlock.dumpValueNotation(String prefix, DumpType dumpType) Dumps the current block state in ASN.1 value notation.IdentityStore.dumpValueNotation(String prefix, DumpType dumpType) IdentityStoreBlock.dumpValueNotation(String prefix, DumpType dumpType) InnerMessageBlock.dumpValueNotation(String prefix, DumpType dt) MacAlgorithm.dumpValueNotation(String prefix, DumpType dumpType) MapBlockOperation.dumpValueNotation(String prefix, DumpType dumptype) MergePayloadOperation.dumpValueNotation(String prefix, DumpType dumptype) PayloadChunk.dumpValueNotation(String prefix, DumpType dumpType) Dumps the current object as a value representation.PrefixBlock.dumpValueNotation(String prefix, DumpType dumpType) abstract StringReplyBlock.dumpValueNotation(String prefix, DumpType dumpType) RoutingCombo.dumpValueNotation(String prefix, DumpType dumpType) SizeBlock.dumpValueNotation(String prefix, DumpType dumptype) SplitPayloadOperation.dumpValueNotation(String prefix, DumpType dumptype) SymmetricKey.dumpValueNotation(String prefix, DumpType dumpType) UsagePeriod.dumpValueNotation(String prefix, DumpType dumpType) Dumps the object as ASN.1 value notation.VortexMessage.dumpValueNotation(String prefix, DumpType dt) Dumps a ASN.1 value notation of a vortexMessage.org.bouncycastle.asn1.ASN1ObjectHeaderRequestIdentity.intToAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectHeaderRequestIncreaseMessageQuota.intToAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectAbstractCryptPayloadOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectAbstractRedundancyOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectAddRedundancyOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectAlgorithmParameter.toAsn1Object(DumpType dt) org.bouncycastle.asn1.ASN1ObjectAsymmetricAlgorithmSpec.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectAsymmetricKey.toAsn1Object(DumpType dt) Dumps the key as ASN1 object.org.bouncycastle.asn1.ASN1ObjectBlendingParameter.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectBlendingSpec.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectCipherSpec.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectDumpable.toAsn1Object(DumpType dt) Dumps an ASN.1 representation of the object.org.bouncycastle.asn1.ASN1ObjectHeaderRequest.toAsn1Object(DumpType dt) Dumps the respective header request.org.bouncycastle.asn1.ASN1ObjectIdentityBlock.toAsn1Object(DumpType dumpType) Dumps the identity block as ASN.1 der encoded object.org.bouncycastle.asn1.ASN1ObjectIdentityBlock.toAsn1Object(DumpType dumpType, AsymmetricKey targetIdentity) Dumps the identity block as ASN.1 der encoded object.org.bouncycastle.asn1.ASN1ObjectIdentityStore.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectIdentityStoreBlock.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectInnerMessageBlock.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectMacAlgorithm.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectMapBlockOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectMergePayloadOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectPayloadChunk.toAsn1Object(DumpType dumpType) Creates a der encoded ASN1 representation of the payload chunk.org.bouncycastle.asn1.ASN1ObjectPrefixBlock.toAsn1Object(DumpType dumpType) abstract org.bouncycastle.asn1.ASN1ObjectReplyBlock.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectRoutingCombo.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectSizeBlock.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectSplitPayloadOperation.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectSymmetricKey.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectUsagePeriod.toAsn1Object(DumpType dumpType) org.bouncycastle.asn1.ASN1ObjectVortexMessage.toAsn1Object(DumpType dt) Dumps the object a ASN1Object.byte[]Build the binary represenattion for a vortexMessage.byte[]Dumps the object as ASN.1 der encoded byte array.byte[] -
Uses of DumpType in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return DumpType