示例#1
0
 public AgileEncryptionHeader(string descriptor)
     : this(AgileEncryptionInfoBuilder.ParseDescriptor(descriptor))
 {
 }
示例#2
0
 public AgileEncryptionVerifier(String descriptor)
     : this(AgileEncryptionInfoBuilder.ParseDescriptor(descriptor))
 {
 }
示例#3
0
 protected internal AgileDecryptor(AgileEncryptionInfoBuilder builder)
     : base(builder)
 {
 }
示例#4
0
 protected internal AgileEncryptor(AgileEncryptionInfoBuilder builder)
 {
     this.builder = builder;
 }