Class TrustedAuthority
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class TrustedAuthority
- Inheritance
-
TrustedAuthority
- Inherited Members
Constructors
TrustedAuthority(short, object)
public TrustedAuthority(short identifierType, object identifier)
Parameters
Properties
Identifier
public object Identifier { get; }
Property Value
IdentifierType
public short IdentifierType { get; }
Property Value
X509Name
public X509Name X509Name { get; }
Property Value
Methods
Encode(Stream)
Encode this TrustedAuthority to a Stream.
public void Encode(Stream output)
Parameters
Exceptions
GetCertSha1Hash()
public byte[] GetCertSha1Hash()
Returns
- byte[]
GetKeySha1Hash()
public byte[] GetKeySha1Hash()
Returns
- byte[]
Parse(Stream)
Parse a TrustedAuthority from a Stream.
public static TrustedAuthority Parse(Stream input)
Parameters
Returns
- TrustedAuthority
a TrustedAuthority object.