TlsSrpIdentity public interface TlsSrpIdentity Processor interface for an SRP identity. Documentation Code namespace Org.BouncyCastle.Tls { public interface TlsSrpIdentity { byte[] GetSrpIdentity(); byte[] GetSrpPassword(); } }